EditField.CharPosAtXY Function

Returns as an Integer the character position for pixel coordinates X, Y relative to the EditField. Characters are numbered consecutively from the start until the end of the EditField.

Syntax

result = EditField.CharPosAtXY( X, Y )

Parameters

X

Integer

Y

Integer

Return Value

Result

Integer

Notes

The first character is numbered 1.